programming4us
           
 
 
Windows

Windows Vista : Introducing Windows Deployment Services

- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019
7/19/2013 7:35:09 PM

Windows Deployment Services (WDS) replaces the previously named Remote Installation Services (RIS). It is included by default in the upcoming Windows Server 2008, and the functionality can be added to Windows Server 2003 with the Windows Automated Installation Kit (WAIK).

Not just for Windows Vista deployment, WDS supports deployment of the following operating systems:

  • Windows Vista

  • Windows Server 2008

  • Windows XP

  • Windows Server 2003

Many administrators that have leveraged Microsoft's Operating System deployment features in the past will have invested to some degree in Remote Installation Services (RIS). WDS replaces RIS and offers a much improved set of features. Knowing that many environments cannot so easily abandon RIS, much work has gone into providing a migration route that can let you continue to leverage your investment in RIS.

NOTE

WDS also replaces Automated Deployment Services (ADS), which was provided to focus on the deployment of server operating systems. Now, the installation of both clients and servers is handled the same way.

1. Replacing Remote Installation Services

WDS and RIS address the same task: the remote deployment of Windows operating systems over the network.

Improvements introduced with WDS include:

  • Use of the new file-based imaging format (WIM)

  • Use of Windows PE as boot OS

  • The ability to deploy both client operating systems such as Windows Vista and server operating systems such as Windows Server 2008

  • The ability to send a deployment as a multicast targeting multiple destinations at once instead of sending a separate data stream to each target

There are three functionality modes provided by WDS to better support those moving from a RIS environment. Depending on your selection, you will see different functionality, support for different image file formats, and even a different boot environment. The three available modes are:

  • Legacy mode

  • Mixed mode

  • Native mode

More details on the installation of WDS in Native mode for both Windows Server 2003 and Windows Server 2008 are detailed later in this section, but a brief summary of how to establish each of these modes for WDS is covered in the following sections.

Running WDS in Legacy mode

In Legacy mode, WDS functions just as RIS does. The old OSChooser is the boot operating system, and only RISETUP and RIPPREP images are supported. If you are not going to be deploying Windows Vista, Legacy mode is a perfectly acceptable mode of operation. Key aspects of WDS Legacy mode include:

  • Utilization of OSChooser as its boot environment

  • Support for RISETUP and RIPREP image types

  • The RIS toolset drives the administration experience

To set WDS for Legacy mode, start by installing the RIS component on Windows Server 2003 SP1, install WDS, and then run RISETUP to add an image.

Operating WDS in Mixed mode

In Mixed mode, both boot operating systems are supported (OSChooser and WDS tools). You can use OSChooser to deploy RISSETUP and RIPREP images, and you can deploy WIM files using the WDS management tools. You can choose to boot into RIS or an image containing Windows PE, which gives you excellent support for a RIS and WDS environment. Key aspects of WDS in Mixed mode include:

  • Utilization of both OSChooser and Windows PE as their boot environments

  • Support for .WIM as well as RISETUP and RIPREP image types

  • The RIS toolset and WDS management tools drive the administration experience

To set WDS for Mixed mode, start by installing the RIS component on Windows Server 2003 SP1, then run RISETUP, and add an image. Then install WDS, and then run the following command:

WDSUTIL /initialize-server

Operating WDS in Native mode

In Native mode, WDS may be used to deploy only WIM images. OSChooser and the RIS toolset are not available as they are in the other modes. The WDS management console is used to handle all aspects of WDS management. Key aspects of WDS in Native mode include:

  • Utilization Windows PE as its boot environment

  • Support for .WIM image types only

  • The WDS management tools drive the administration experience

To set WDS for Native mode, start by installing the RIS component on Windows Server 2003 SP1, then install WDS, and then run the following command:

WDSUTIL /initialize-server

NOTE

Native mode is the only option in Windows 2008.

2. Reviewing components of Windows Deployment Services

WDS is made up of several services and technologies, some of which are covered in this section to help you become familiar with these key components of WDS, including:

  • Pre-Boot Execution Environment (PXE)

  • Trivial File Transfer Protocol (TFTP)

  • Multicast

  • WDS Client

  • WDS Management Tools

Understanding the role of the Pre-Boot Execution Environment (PXE)

To avoid the need for boot disks and to eliminate the need for an operating system on client computers, WDS leverages PXE. Most modern computers (network cards) support this technology that allows systems to "boot to the network."

When a PXE boot is initiated, the PXE ROM requests an IP from a DHCP server. As part of the initial DHCP discovery request, the client computer identifies itself as being PXE-enabled, which indicates to the PXE server that it should respond to the client. After the client has an IP address from the DHCP server, the client locates and establishes a connection with the DHCP server to download a network boot image. Based on the choice made, TFTP is used to download a Windows PE image that serves as the operating system for the WDS client.

Understanding the role of the Trivial File Transfer Protocol (TFTP)

TFTP is used to download files needed by the network boot process provided by PXE. The TFTP server downloads files, such as Pxeboot.com, Wdsnbp.com, Bootmgr.exe and default.bcd as well as the full boot image that contains Windows PE. With Windows Server 2008, TFTP download performance has been enhanced to provide faster uploads and downloads of WDS images.

Understanding the role of multicast

Windows 2008 introduces multicast support that is leveraged by WDS to handle the deployment of an image to many computers simultaneously without bogging down the network. When you send an image with a multicast transmission, the data is sent over the network only once for all the computers being targeted, as shown in Figure 1.

The multicast broadcast is a rotating broadcast of file streams that continues to broadcast until every client computer's needs have been met. What this means is that it doesn't matter when clients come online, they can join in on the multicast data at any time in the transfer. Each client listens to the WDS server, and when it has completed sending the image file, it starts over from the beginning. So, if a client misses a file, it can pick it up when the file is sent again the next time. Once all clients have received the entire image file, the multicast session is terminated.

Figure 1. Understanding multicast

The WDS management tools enable you to monitor real-time transmission progress to clients, and even remove clients from the transmission, and also provide logging and reporting features.

Understanding the role of the WDS Client

WDS Client is a graphical wizard that runs under Windows PE. It is used to capture and apply images from the WDS server. This can be interactive (by default) or it can be configured to run in a fully unattended fashion. The Windows Deployment Services client unattend file uses the Unattend.xml format, and it is stored on the WDS server in the \WDSClientUnattend folder. It automates the WDS client user-interface screens (such as entering credentials or specifying an Install image).

Understanding the role of the WDS Management tools

WDS Management tools are a set of tools that may be used to manage the server, operating system images, and client computer accounts. It consists of the WDS Console (an MMC Snap-In) and WDSUtil, which is the WDS Management command line utility. WDSUtil is just as capable (if not more so) than the WDS Console when it comes to managing WDS. For a list of commands supported by WDSUtil, see Table 1.

Table 1. Reviewing Supported WDSUtil.exe Command
CommandDescription
/addAdds images, image groups, or devices
/approve-AutoAddDevicesApproves pending Auto-Add devices
/convert-RiprepImageConverts an existing RIPrep image to a Windows Image (.wim) file
/copy-ImageCopies an image within the image store
/delete-AutoAddDevicesDeletes devices in the auto-add device database
/disableDisables all services for WDS
/disconnect-ClientDisconnects a client from a multicast transmission or namespace
/enableEnables all services for WDS
/export-ImageExports an image from the image store to a .wim file
/getRetrieves properties and attributes from WDS servers, devices, images, image groups, or Transport Servers
/initialize-ServerConfigures a WDS server for initial use
/newCreates new capture and discover images as well as multicast transmissions and namespaces
/progressDisplays the progress status while a command is being executed
/reject-AutoAddDevicesRejects pending auto-add devices
/removeRemoves images, image groups, multicast transmissions, and namespaces
/replace-ImageReplaces a boot or installation image with a new version of that image
/setSets properties and attributes on WDS servers, devices, images, image groups, or Transport Servers
/startStarts all services on the WDS server, including multicast transmissions, namespaces, and Transport Server
/stopStops all services on the WDS server
/uninitialize-ServerReverts changes made during server initialization
/update-ServerFilesUpdates server files on the RemoteInstall share
/verboseDisplays verbose output for the specified command

NOTE

If you want to manage WDS from a remote server running Windows Server 2008, you can install the Remote Server Administration Tools: From Server Manager, right-click Features and click Add Features. Select Remote Administration Tools (RSAT) to have the Windows Deployment Services MMC snap-in installed with the WDSUtil.exe command line utility to support remote administration.
Other -----------------
- Windows 8 : Applications - Snapping
- Windows 8 : Applications - The Run Dialog Box, Closing a Program
- Windows 8 : Applications - Switching Apps
- Keeping Windows 7 and Other Software Up to Date : Updating Drivers
- Keeping Windows 7 and Other Software Up to Date : Windows Update
- Windows 7 : Installing and Replacing Hardware - Upgrading Hardware in the Same Box and Complying with EULA
- Windows 7 : Installing and Replacing Hardware - Installing a UPS
- Windows 7 : Creating a Windows Network - Joining a Windows Domain Network, Checking Out the Neighborhood, Bridging Two Network Types
- Windows 8 : Troubleshooting and Testing Network Settings
- Windows 8 : Managing Network Connections
- Windows 7 : Configuring a Peer-to-Peer Network (part 3) - Setting Up a Homegroup
- Windows 7 : Configuring a Peer-to-Peer Network (part 2)
- Windows 7 : Configuring a Peer-to-Peer Network (part 1) - Configuring the TCP/IP Protocol
- Windows 7 : Creating a Windows Network - Installing a Wireless Network (part 2) - Setting Up a New Wireless Network
- Windows 7 : Creating a Windows Network - Installing a Wireless Network (part 1) - Wireless Network Setup Choices
- Windows 8 : Configuring Network Connections (part 2) - Configuring DNS Resolution, Configuring WINS Resolution
- Windows 8 : Configuring Network Connections (part 1) - Configuring Static IP Addresses, Configuring Multiple Gateways
- Windows 8 : Installing Networking Components
- Windows 8 : Navigating Windows 8 Networking Features
- Windows 7 : Migrating the Existing User Data - Working with Windows Easy Transfer (part 2)
 
 
 
Top 10
 
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
- First look: Apple Watch

- 3 Tips for Maintaining Your Cell Phone Battery (part 1)

- 3 Tips for Maintaining Your Cell Phone Battery (part 2)
programming4us programming4us